From: Glenn Morris Date: Wed, 22 Aug 2007 04:58:13 +0000 (+0000) Subject: Move tree-widget/ from etc/ to etc/images/ X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17228 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ecb231a00e8ec07ebfac734c4fe4680254a5828d;p=emacs.git Move tree-widget/ from etc/ to etc/images/ --- diff --git a/etc/images/tree-widget/default/close.xpm b/etc/images/tree-widget/default/close.xpm new file mode 100644 index 00000000000..6b0315aa75d --- /dev/null +++ b/etc/images/tree-widget/default/close.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * close_xpm[] = { +"16 21 9 1", +" c None", +". c #840000", +"+ c #942929", +"@ c #9C3131", +"# c #9C3939", +"$ c #A54242", +"% c #A54A4A", +"& c #AD5252", +"* c #AD5A5A", +" ", +" ", +" ", +" ", +" ", +" ... ", +" ..+.. ", +" ..+@#.. ", +" ..+@##$.. ", +"..+@##$%&.. ", +".+@##$%&&*. ", +"..##$%&&*.. ", +" ..$%&&*.. ", +" ..&&*.. ", +" ..*.. ", +" ... ", +" ", +" ", +" ", +" ", +" "};